From dbcc1a94cb216e537941f61cd4b53fda6a450cfd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 13 Dec 2023 13:47:14 +0900 Subject: Major Rename on some waybar styles and layouts incorporating my avatar :) In addition, I have added 2 new waybar layouts (ClassySleek Top and Bottom) and Waybar Syles Combining Pywal and Catppuccin Latte hence the word Fusion ;) --- config/waybar/configs/WestWing [Left] | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 config/waybar/configs/WestWing [Left] (limited to 'config/waybar/configs/WestWing [Left]') diff --git a/config/waybar/configs/WestWing [Left] b/config/waybar/configs/WestWing [Left] new file mode 100644 index 00000000..1458b43c --- /dev/null +++ b/config/waybar/configs/WestWing [Left] @@ -0,0 +1,37 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### LEFT PANEL ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "left", +"margin-top": 8, +"margin-bottom": 8, +"margin-left": 3, +//"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "clock#vertical", + "custom/light_dark", +], + +"modules-center": [ + "hyprland/workspaces", +], + +"modules-right": [ + "mpris", + "tray", + //"network", + "backlight#vertical", + "pulseaudio#microphone_vertical", + "pulseaudio#vertical", + "custom/power_vertical", + "custom/menu", +], +} -- cgit v1.2.3